﻿.container {
    width: 100%;
    max-width: 1200px;
}

.search_box {
    border: 2px solid #00a2e8;
    width: 490px;
    margin: 0 auto;
    border-radius: 4px; /* margin-top:6px; */
}

.btn {
    width: 130px;
    background: #00a2e8;
    border: 0;
    height: 40px;
    float: right;
    color: #FFF;
    text-align: center;
}

select {
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 7px 1px;
    width: 53px;
    line-height: normal;
}

input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 0px solid #E8E8E8;
    padding: 7px 0px;
    width: 300px;
    line-height: normal;
}

.a1 {
    -webkit-border-radius: px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 10px;
    background-color: #FFFFFF;
    border: 5px solid #00a2e8;
    padding: 7px 0px;
    width: 50%;
    line-height: normal;
}